﻿2026-06-21T08:40:01.3972909Z ##[group]Run actions/checkout@v5
2026-06-21T08:40:01.3973461Z with:
2026-06-21T08:40:01.3973788Z   repository: SaberMage/spt-core
2026-06-21T08:40:01.3977160Z   token: ***
2026-06-21T08:40:01.3977479Z   ssh-strict: true
2026-06-21T08:40:01.3977816Z   ssh-user: git
2026-06-21T08:40:01.3978181Z   persist-credentials: true
2026-06-21T08:40:01.3978535Z   clean: true
2026-06-21T08:40:01.3978884Z   sparse-checkout-cone-mode: true
2026-06-21T08:40:01.3979279Z   fetch-depth: 1
2026-06-21T08:40:01.3979623Z   fetch-tags: false
2026-06-21T08:40:01.3979958Z   show-progress: true
2026-06-21T08:40:01.3980279Z   lfs: false
2026-06-21T08:40:01.3980574Z   submodules: false
2026-06-21T08:40:01.3980910Z   set-safe-directory: true
2026-06-21T08:40:01.3981256Z env:
2026-06-21T08:40:01.3981599Z   SPT_REGISTRY_BUSY_TIMEOUT_MS: 30000
2026-06-21T08:40:01.3981977Z ##[endgroup]
2026-06-21T08:40:01.5796142Z Syncing repository: SaberMage/spt-core
2026-06-21T08:40:01.5797442Z ##[group]Getting Git version info
2026-06-21T08:40:01.5798069Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T08:40:01.6055526Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T08:40:01.6267124Z git version 2.43.0.windows.1
2026-06-21T08:40:01.6295736Z ##[endgroup]
2026-06-21T08:40:01.6303474Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\80f5ee11-c9ca-4cb6-a4c8-4f0475041019\.gitconfig'
2026-06-21T08:40:01.6317187Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\80f5ee11-c9ca-4cb6-a4c8-4f0475041019' before making global git config changes
2026-06-21T08:40:01.6318288Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T08:40:01.6321994Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T08:40:01.6551840Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T08:40:01.6734158Z https://github.com/SaberMage/spt-core
2026-06-21T08:40:01.6762031Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T08:40:01.6766405Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T08:40:01.6955741Z HEAD
2026-06-21T08:40:01.7189346Z ##[endgroup]
2026-06-21T08:40:01.7192389Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T08:40:02.0798095Z ##[group]Cleaning the repository
2026-06-21T08:40:02.0802874Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T08:40:06.2047427Z Removing target/
2026-06-21T08:40:06.2083164Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T08:40:06.2495547Z HEAD is now at 05ab5aa Merge 335d96ebc59ee82c6d68591f3c3ad2043a1125c9 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:40:06.2522443Z ##[endgroup]
2026-06-21T08:40:06.2526406Z ##[group]Disabling automatic garbage collection
2026-06-21T08:40:06.2531198Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T08:40:06.2770169Z ##[endgroup]
2026-06-21T08:40:06.2771059Z ##[group]Setting up auth
2026-06-21T08:40:06.2776429Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T08:40:06.3011082Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T08:40:06.6601240Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T08:40:06.6829313Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T08:40:07.0476023Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T08:40:07.0688694Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T08:40:07.4353319Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T08:40:07.4645745Z ##[endgroup]
2026-06-21T08:40:07.4646187Z ##[group]Fetching the repository
2026-06-21T08:40:07.4653082Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +05ab5aa3fe779749a2d50a539522c4ea9779ec50:refs/remotes/pull/27/merge
2026-06-21T08:40:08.0758183Z ##[endgroup]
2026-06-21T08:40:08.0758653Z ##[group]Determining the checkout info
2026-06-21T08:40:08.0759085Z ##[endgroup]
2026-06-21T08:40:08.0764772Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T08:40:08.1034385Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T08:40:08.1252055Z ##[group]Checking out the ref
2026-06-21T08:40:08.1256190Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/27/merge
2026-06-21T08:40:08.1564609Z HEAD is now at 05ab5aa Merge 335d96ebc59ee82c6d68591f3c3ad2043a1125c9 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T08:40:08.1820221Z ##[endgroup]
2026-06-21T08:40:08.1825192Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T08:40:08.2036885Z 05ab5aa3fe779749a2d50a539522c4ea9779ec50
